home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0800 / readme.txt < prev    next >
Text File  |  1997-04-10  |  938b  |  30 lines

  1. Tested with Trumpet, Novell, WFW, NT  tcp stacks.
  2. Please keep this zip file intact.
  3.  
  4. Mike Caughran
  5. Cedar Island Software
  6. 9018 Division St 
  7. Juneau Alaska
  8. 99081
  9. 907-789-9030
  10. 71034.2371@compuserve.com
  11.  
  12.  
  13. readme.txt   -- this file
  14. finger.pas  --  sample winsock client code showing "hello from finger world"
  15. fingerd.pas --  sample winsock server code showing "hello from fingerd world"
  16. error.inc   --    finger and fingerd error messages
  17. winsock.inc --  header file for winsock.pas
  18. winsock.pas --  interface unit for winsock.dll
  19.  
  20. crtclass.pas -- sample program which shows how to hook wincrt to 
  21.          add a menubar and messageproc.
  22. errono.rc    --    a resource file containing a string table which could
  23.                 be used with a LoadString command  
  24.                 (not used with finger or fingerd)
  25.  
  26.  
  27. References:
  28. sunsite.unc.edu    (winsock.hlp and sample code there)
  29. Doctor Dobbs       (feb 1993 issue)
  30. Marc Manza